Skip to main content

Get File via FTPS

Description

Get File via FTPS downloads files from a remote directory using FTP Secure (FTPS) with SSL/TLS encryption. Use this process entry when your process needs to securely retrieve files from a server that requires encrypted FTP connections — for example, downloading financial data feeds or regulated files from a partner's FTPS server. It supports proxy connections and configurable timeout settings.

Configurations

Field NameDescription
Process Entry nameSpecify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name.
Server:
FTP server name / IP addressThe name of the SFTP server or the IP address
Server PortThe TCP port to use. This is usually 22
User nameThe user name to log into the SFTP server
PasswordThe password to log into the SFTP server
Proxy hostProxy server host name
Proxy portProxy server port number
Proxy usernameProxy server account user name
Proxy passwordProxy server account password
Connection typeSelect from the list:

- FTP

- Implicit SSL

- Authentication SSL

- Implicit SSL with crypted FTP connection

- Authentication TLS

- Implicit TLS

- Implicit TLS with crypted FTP connection

Advanced:
Binary mode?Enable if files must be transferred in binary mode
TimeoutThe FTP server timeout in seconds
Use active FTP connectionEnable if you are connecting to the FTP server using Active mode; you must set your firewall to accept connections to the port that your FTP client will open. The default is Passive mode.